From f6079f640630fcecc1364446a932261bb961c032 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 21 Aug 2012 11:14:16 +0200 Subject: [PATCH] menubutton: use consistent parameter names Or the introspection scanner will emit a warning. --- gtk/gtkmenubutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmenubutton.h b/gtk/gtkmenubutton.h index f03e8a9bbd..f8cb55f349 100644 --- a/gtk/gtkmenubutton.h +++ b/gtk/gtkmenubutton.h @@ -66,7 +66,7 @@ GtkWidget *gtk_menu_button_new (void); GDK_AVAILABLE_IN_3_6 void gtk_menu_button_set_popup (GtkMenuButton *menu_button, - GtkWidget *menu); + GtkWidget *popup); GDK_AVAILABLE_IN_3_6 GtkMenu *gtk_menu_button_get_popup (GtkMenuButton *menu_button); -- 2.30.2